Interview Questions and Answer
Options:
a. Multiple values of the same type
b. Multiple values of the different type
c. Multiple values of the same user-defined type
d. None of the above
Reveal Answer
Options:
a. struct ( Datatype 1 Datatype 2 };
b. struct tag_name { Datatype 1; Datatype 2; };
c. struct tag_name { Datatype 1 Datatype 2 }
d. struct; { Datatype 1 Datatype 2 }
Reveal Answer
Options:
a. scanf(“%d”, &a);
b. printf(“%d”, b);
c. a = b;
d. a =b + c;
Reveal Answer
Options:
a. Error structure declaration
b. Linker Error
c. No Error
d. None of above
Reveal Answer
Options:
a. Error in structure declaration
b. Linker Error
c. No Error
d. None of above
Reveal Answer
Bestdotnet google plus